home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-06 | 737 b | 23 lines | [TEXT/MPS ] |
- /*============================================================================*\
- * Concordia.r - Supplementary resources
- *
- * Concordia.r contains all supplementary resources for the Concordia MDEF. All
- * one of them. The only resource is the small icon list for the up and down
- * scroll arrows.
- \*============================================================================*/
-
- #include "Types.r"
-
- resource 'SICN' (-12288, purgeable) {
- { /* array: 3 elements */
- /* [1] */
- $"01 00 03 80 07 C0 1F F0 7F FC",
- /* [2] */
- $"00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"
- $"00 00 00 00 00 00 7F FC 1F F0 07 C0 03 80 01",
- /* [3] */
- $"00 00 01 00 01 00 01 80 01 80 01 C0 01 E0 01 F0"
- $"01 E0 01 C0 01 80 01 80 01 00 01"
- }
- };
-